home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 …ember: Reference Library / Dev.CD Dec 00 RL Disk 1.toast / pc / technical documentation / develop / develop issue 26 / develop issue 26 code / truffles - display mgr. / superfly source / superflyappleeventhandler.h < prev    next >
Encoding:
Text File  |  1996-01-15  |  392 b   |  17 lines

  1. /*
  2.     File:        SuperFlyAppleEventHandler.h
  3.  
  4.     Contains:    Prototypes for routines to install and handle the Display Manager's Apple Event
  5.                 
  6.     Written by: Kent Miller
  7.     
  8.     Copyright:    © 1996 Apple Computer
  9.  
  10.     Change History (most recent first):
  11.  
  12.  */
  13.  
  14.  
  15. OSErr InstallDisplayManagerEventHandler(void);
  16. pascal OSErr
  17. HandleDisplayManagerEvent(AppleEvent *theAppleEvent,AppleEvent *  reply ,long  refCon );